Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query_results): add support for more column types #41

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

Daniel-Boll
Copy link
Owner

This commit adds support for several column types in the query_results module. These include Boolean, Inet, Double, SmallInt, and TinyInt. For other column types like BigInt, Decimal, Duration, etc., placeholder messages have been added indicating that they are not supported yet.

This commit adds support for several column types in the `query_results` module. These include Boolean, Inet, Double, SmallInt, and TinyInt. For other column types like BigInt, Decimal, Duration, etc., placeholder messages have been added indicating that they are not supported yet.

Signed-off-by: Daniel Boll <[email protected]>
@Daniel-Boll Daniel-Boll self-assigned this Aug 12, 2024
@Daniel-Boll Daniel-Boll merged commit 663becc into main Aug 12, 2024
4 checks passed
@Daniel-Boll Daniel-Boll deleted the fix/column-types branch August 12, 2024 14:18
Daniel-Boll pushed a commit that referenced this pull request Nov 9, 2024
* chore: bump up all non-major dependencies

* Fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LongYinan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: make it clearer the not supported ColumnTypes and implement trivial ones
1 participant